home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / DEFAULT.CTR < prev    next >
INI File  |  1995-02-24  |  670b  |  37 lines

  1. [Label]
  2. Class           = Label
  3. Properties      = labels.pro
  4. Code            =
  5. Prefix          = lbl
  6.  
  7. [Text]
  8. Class = TextBox
  9. Code            = textbox.cod
  10. Properties      = textbox.pro
  11. Prefix          = ctr
  12.  
  13. [TextRight]
  14. Class = TextBox
  15. Code            = textbox.cod
  16. Properties      = textboxr.pro
  17. Prefix          = ctr
  18.  
  19. [TextMulti]
  20. Class = TextBox
  21. Code            = textbox.cod
  22. Properties      = textboxm.pro
  23. Prefix          = ctr
  24.  
  25. [Image]
  26. Class = Image
  27. Code            = image.cod
  28. Properties      = image.pro
  29. Prefix          = img
  30.  
  31. [CheckBox]
  32. Class = CheckBox
  33. Code            = cb.cod
  34. Properties      = cb.pro
  35. Prefix          = chk
  36.  
  37.